Class sjl.wrappers.FuncModulusLong
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncModulusLong

java.lang.Object
   |
   +----sjl.wrappers.FuncModulusLong

public class FuncModulusLong
extends Object
implements Function2
FuncModulusLong is a function object designed for creating a new object of type Long based on the two argument objects and the % operator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncModulusLong()

Method Index

 o perform(Object, Object)
Convert the arguments to Long and use the return values from the longValue() method with the % operator to create a new Long which is returned.

Constructors

 o FuncModulusLong
  public FuncModulusLong()

Methods

 o perform
  public Object perform(Object o1,
                        Object o2)
Convert the arguments to Long and use the return values from the longValue() method with the % operator to create a new Long which is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index